home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung / Power-Programmierung (Tewi)(1994).iso / magazine / c_news / 03 / readme < prev   
Text File  |  1988-01-23  |  1KB  |  50 lines

  1.  
  2. *********************** Borland International **************************
  3.  
  4.   PRODUCT : TURBOC
  5.   VERSION : 1.5
  6.      DATE : 13 January 1988
  7.  
  8.     TITLE : Patch disk for initgraph
  9.  
  10.  
  11.   This disk contains the files neccesary to path the medium, large
  12. and huge Turbo C libraries for a situation where initgraph may
  13. cause a program to halt execution requiring a re-boot.
  14.  
  15.  
  16.  
  17. GEXIT.CL     -- The files in this group are input files
  18. GEXIT.CH     -- for PATCH.COM. They are DIF format files (see
  19. GEXIT.CM     -- PATCH.DOC). The *.CM, *.CL, and *.CH are
  20. GFREEMEM.CL  -- used to patch CM.LIB, CL.LIB and CH.LIB
  21. GFREEMEM.CM  -- respectively.
  22. GFREEMEM.CH  --
  23. GGETMEM.CM   --
  24. GGETMEM.CL   --
  25. GGETMEM.CH   --
  26.  
  27. PATCH.COM    --  Uses DIF format files to patch exsisting files
  28. PATCH.DOC    --  Document for PATCH.COM
  29.  
  30. PATCHIT.BAT  --  Batch file that executes the patches
  31.  
  32. README       --  this file
  33.  
  34.  
  35.   To patch your Turbo C Libraries, copy these files to a temporary
  36. directory on your hard drive and run PATCHIT.BAT from that directory.
  37.  
  38. PATCHIT requires one command line parameter -
  39.  
  40.  your Turbo C library directory WITH a trailing backslash
  41.  
  42. If you installed your Turbo C with your library directory in C:\TURBOC\LIB,
  43. then type:
  44.  
  45. patchit c:\turboc\lib\
  46.  
  47.  
  48. NOTE: This patch assumes that TLIB.EXE (Turbo C Librarian) is
  49.       on the DOS path.  If it is not on the DOS path, you must
  50.       ensure that it is on the DOS path before running the patch.